UiConstants class sealed
A utility class that contains constants related to the user interface (UI).
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- color → const MaterialColor
- The default color used in the UI.
- constraints → const BoxConstraints
- The default constraints used in the UI.
- duration → const Duration
- The default duration used for theme changes.
- inputDecoration → const InputDecoration
- The default input decoration used in the UI.
- minWidth → const double
- The minimum width used in the UI.
- padding → const EdgeInsets
- The default padding used in the UI.
- placeholder → const SizedBox
- The default placeholder used in the UI.
- point → const double
- The default point used in the UI.
- radius → const Radius
- The default radius used in the UI.
- searchIcon → const Icon
- The default search icon used in the UI.
- separator → const Divider
- The default separator used in the UI in the list views.
- shape → const RoundedRectangleBorder
- The default shape used in the UI.
- switchInCurve → const Cubic
- The default curve used for switching in animations.
- switchOutCurve → const Cubic
- The default curve used for switching out animations.
- textInputAction → const TextInputAction
- The default text input action used in the UI.