NewProfileConstants class
Parameters used in the new profile screen. Its fields are
_generalPadding The main column padding
_titlePadding Padding for each field's title
_fieldPadding Padding for the fields (TextField or Dropdown)
_dropdownPadding Padding for the text inside the dropdown
_buttonsPadding Padding for the save and delete buttons
_buttonsTextPadding Padding for the text inside the save and delete buttons
_innerPadding Padding for the text inside the dropdown and text fields
radius Corner radius for the boxes that encapsulate fields
boxWidth Width of the boxes that encapsulate the fields
dropdownWidth Width for the dropdowns
Constructors
Properties
-
no setter
-
no setter
- dropdownPadding → EdgeInsets
-
no setter
- fieldPadding → EdgeInsets
-
no setter
- generalPadding → EdgeInsets
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- innerPadding → EdgeInsets
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titlePadding → EdgeInsets
-
no setter
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