UIContainerDefaults class
- Inheritance
-
- Object
- UIDefaults
- UIContainerDefaults
Constructors
- UIContainerDefaults({Color? color, EdgeInsetsGeometry? padding, double? borderRadius, BoxShadow? shadow, double? borderWidth, Color? borderColor, double? widthFactor})
Properties
- borderColor → Color?
-
Set the UIContainer border color
final
- borderRadius → double?
-
Set the UIContainer border radius
final
- borderWidth → double?
-
Set the UIContainer border width
final
- color → Color?
-
Set the UIContainer background color
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsetsGeometry?
-
Set the UIContainer custom padding
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow → BoxShadow?
-
Set the UIContainer shadow
final
- widthFactor → double?
-
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