Artist class
Singleton class Determines the styles to apply in every Nirrti Widget Has to be instanciated in the main() function of the Flutter app
Constructors
- Artist()
-
factory
Properties
-
Minimum Height of the button
getter/setter pair
- computeTextInputsWhenNull ↔ bool
-
When an OwlnextInput text property is null and there is no controller, the input will have an empty string as text props
getter/setter pair
- defaultBorderRadius ↔ BorderRadius
-
getter/setter pair
- defaultPadding ↔ EdgeInsets
-
getter/setter pair
- defaultSeparation ↔ double
-
getter/setter pair
- disabledFilledInputColor ↔ Color
-
getter/setter pair
- filledInputColor ↔ Color
-
Default for stylizing fill background of inputs
getter/setter pair
- gap ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalLabelWidth ↔ double
-
getter/setter pair
- innerInputTextStyle ↔ TextStyle
-
TextStyle for the inputs contents
getter/setter pair
- inputBorderColor ↔ Color
-
getter/setter pair
- inputDecoration ↔ InputDecoration
-
InputDecoration for the inputs contents
getter/setter pair
- labelBottomSpace ↔ double
-
Spacing between labels and inputs
getter/setter pair
- labelTextStyle ↔ TextStyle
-
TextStyle for the inputs labels
getter/setter pair
- listSeparatorHeight ↔ double
-
getter/setter pair
- loaderCircularColor ↔ Color?
-
getter/setter pair
- loaderLeftDotColor ↔ Color?
-
Colorize the owlnextLoading
getter/setter pair
- loaderRightDotColor ↔ Color?
-
getter/setter pair
- maxInputWidth ↔ double
-
getter/setter pair
- onErrorColor ↔ Color?
-
getter/setter pair
-
plateShadows
↔ List<
BoxShadow> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectButtonHeight ↔ double
-
Height of the select button
getter/setter pair
- selectItemHeight ↔ double
-
Replaces menuItemHeight, height of each individual item in select
getter/setter pair
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