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

autocompleteDropdownBoxDecoration BoxDecoration?
autocompleteDropdownBoxDecoration boxDecoration attribute specicaly for autocomplete (will override dropdownBoxDecoration if mapped)
getter/setter pair
buttonMinHeight double
Minimum Height of the button
getter/setter pair
buttonStyleData ↔ ButtonStyleData?
Custom styles for the selects Style for the button itself
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
boxDecoration attribute of select and autocomplete dropdown menu
getter/setter pair
Dropdown style
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
iconStyleData ↔ IconStyleData?
Right icon style
getter/setter pair
innerInputTextStyle TextStyle
TextStyle for the inputs contents
getter/setter pair
innerSelectTextStyle TextStyle?
TextStyle for the select contents. uses the innerInputTextStyle if empty.
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
mandatoryAsterixColor Color?
To colorate * of mandary input
getter/setter pair
maxInputWidth double
getter/setter pair
Each item style
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
scrollbarToListSpacing double?
The space between scrollbar and list item
getter/setter pair
selectArrowIconOverride Icon?
Overrides the default select arrow
getter/setter pair
selectArrowPadding EdgeInsets?
Padding of the select arrow
getter/setter pair
selectButtonHeight double
Height of the select button
getter/setter pair
selectInputDecoration InputDecoration?
InputDecoration for the selects contents. Uses the inputDecoration if empty.
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