Dimens class Null safety
Dimens.
Constructors
- Dimens()
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- box_shadow_large → BoxShadow
-
final
- box_shadow_medium → BoxShadow
-
final
- box_shadow_small → BoxShadow
-
final
- box_shadow_xlarge → BoxShadow
-
final
- box_shadow_xsmall → BoxShadow
-
final
- box_shadow_xxlarge → BoxShadow
-
final
- box_shadow_xxsmall → BoxShadow
-
final
- box_shadow_zero → BoxShadow
-
final
Constants
- border_radius_large → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_large))
- border_radius_medium → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_medium))
- border_radius_small → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_small))
- border_radius_xlarge → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_xlarge))
- border_radius_xsmall → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_xsmall))
- border_radius_xxlarge → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_xxlarge))
- border_radius_xxsmall → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_xxsmall))
- border_radius_zero → const BorderRadius
-
BorderRadius.all(Radius.circular(radius_zero))
-
44
-
300
-
225
-
150
- font_size_large → const double
-
20
- font_size_medium → const double
-
16
- font_size_small → const double
-
12
- font_size_xlarge → const double
-
24
- font_size_xsmall → const double
-
8
- font_size_xxlarge → const double
-
48
- font_size_xxsmall → const double
-
4
- icon_size_large → const double
-
48
- icon_size_medium → const double
-
32
- icon_size_small → const double
-
16
- icon_size_xlarge → const double
-
64
- icon_size_xsmall → const double
-
8
- icon_size_xxlarge → const double
-
124
- icon_size_xxsmall → const double
-
4
- image_size_large → const BoxConstraints
-
BoxConstraints(minWidth: 128, maxWidth: 256, minHeight: 128, maxHeight: 256)
- image_size_medium → const BoxConstraints
-
BoxConstraints(minWidth: 64, maxWidth: 128, minHeight: 64, maxHeight: 128)
- image_size_small → const BoxConstraints
-
BoxConstraints(minWidth: 32, maxWidth: 64, minHeight: 32, maxHeight: 64)
- image_size_xlarge → const BoxConstraints
-
BoxConstraints(minWidth: 256, maxWidth: 512, minHeight: 256, maxHeight: 512)
- image_size_xsmall → const BoxConstraints
-
BoxConstraints(minWidth: 16, maxWidth: 32, minHeight: 16, maxHeight: 32)
- image_size_xxlarge → const BoxConstraints
-
BoxConstraints(minWidth: 512, maxWidth: 1024, minHeight: 512, maxHeight: 1024)
- image_size_xxsmall → const BoxConstraints
-
BoxConstraints(minWidth: 8, maxWidth: 16, minHeight: 8, maxHeight: 16)
- image_size_zero → const BoxConstraints
-
BoxConstraints(minWidth: 0, maxWidth: 0, minHeight: 0, maxHeight: 0)
- margin_large → const EdgeInsets
-
EdgeInsets.all(24)
- margin_medium → const EdgeInsets
-
EdgeInsets.all(16)
- margin_small → const EdgeInsets
-
EdgeInsets.all(8)
- margin_xlarge → const EdgeInsets
-
EdgeInsets.all(32)
- margin_xsmall → const EdgeInsets
-
EdgeInsets.all(4)
- margin_xxlarge → const EdgeInsets
-
EdgeInsets.all(64)
- margin_xxsmall → const EdgeInsets
-
EdgeInsets.all(2)
- margin_zero → const EdgeInsets
-
EdgeInsets.all(0)
- padding_large → const EdgeInsets
-
EdgeInsets.all(24)
- padding_medium → const EdgeInsets
-
EdgeInsets.all(16)
- padding_small → const EdgeInsets
-
EdgeInsets.all(8)
- padding_xlarge → const EdgeInsets
-
EdgeInsets.all(32)
- padding_xsmall → const EdgeInsets
-
EdgeInsets.all(4)
- padding_xxlarge → const EdgeInsets
-
EdgeInsets.all(64)
- padding_xxsmall → const EdgeInsets
-
EdgeInsets.all(2)
- padding_zero → const EdgeInsets
-
EdgeInsets.all(0)
- radius_large → const double
-
24
- radius_medium → const double
-
16
- radius_small → const double
-
8
- radius_xlarge → const double
-
32
- radius_xsmall → const double
-
4
- radius_xxlarge → const double
-
64
- radius_xxsmall → const double
-
2
- radius_zero → const double
-
0