LocationSentPageStyle class

Constructors

LocationSentPageStyle.new({AppBarTheme appBarTheme = const AppBarTheme(backgroundColor: Color(0xffF2F2F2), shadowColor: Colors.white, surfaceTintColor: Colors.white, titleTextStyle: TextStyle(fontWeight: FontWeight.bold, color: Color(0xff181818), fontSize: 15), toolbarTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818), fontSize: 12), iconTheme: IconThemeData(color: Color(0xff181818)), actionsIconTheme: IconThemeData(color: Color(0xff181818))), TextStyle titleStyle = const TextStyle(color: AppColor.primaryColor, fontSize: 14, fontWeight: FontWeight.normal), TextStyle addressLine1Style = const TextStyle(color: Color(0xff181818), fontSize: 16, fontWeight: FontWeight.w700), TextStyle addressLine2Style = const TextStyle(color: Color(0xff767676), fontSize: 14, fontWeight: FontWeight.normal), FloatingActionButtonThemeData floatingActionButtonThemeData = const FloatingActionButtonThemeData(backgroundColor: AppColor.primaryColor, foregroundColor: Colors.white, elevation: 12, iconSize: 21, shape: CircleBorder())})
const

Properties

addressLine1Style TextStyle
final
addressLine2Style TextStyle
final
appBarTheme AppBarTheme
final
floatingActionButtonThemeData FloatingActionButtonThemeData
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle TextStyle
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited