SuffixWithWidget class
- Inheritance
-
- Object
- RenderInterface
- SuffixImp
- SuffixWithWidget
Constructors
- SuffixWithWidget({required Widget widget, double? constraintsHeight, double? constraintsWidth})
Properties
- color → Color?
-
finalinherited
- constraintsHeight → double?
-
finalinherited
- constraintsWidth → double?
-
finalinherited
- fontSize → double?
-
finalinherited
- fontWeight → FontWeight?
-
finalinherited
- getBoxConstraints → BoxConstraints?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconData → IconData?
-
finalinherited
- iconImage → String?
-
finalinherited
- onTap → VoidCallback?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale → double?
-
finalinherited
- size → double?
-
finalinherited
- title → String?
-
finalinherited
- widget → Widget?
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
BuildContext context) → Widget -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited