ModernFormBottomSheetModel<T> class

Inheritance

Constructors

ModernFormBottomSheetModel({required T value, List<ModernFormBottomSheetModeStyle>? multStyles, required String text, Color? textColor, FontWeight? fontWeight})

Properties

fontWeight FontWeight?
finalinherited
hashCode int
The hash code for this object.
no setteroverride
multStyles List<ModernFormBottomSheetModeStyle>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
finalinherited
textColor Color?
finalinherited
value → T
final

Methods

copyWith({String? text, T? value, Color? textColor, FontWeight? fontWeight, List<ModernFormBottomSheetModeStyle>? multStyles}) ModernFormBottomSheetModel<T>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant Object other) bool
The equality operator.
override