Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
actionBar ({bool isEmphasized = false , VoidCallback onClose , String counterText , List <ActionItem > actionGroup })
→ Widget
Мюсли
В Spectrum данная штуковина может быть применена
для управления выделенными сообщениями, поле ввода будет заменятся
на actionBar (обязательно с красивой анимацией)
/Мюсли
actionButton ({VoidCallback onClick , IconData ? icon , String ? hideLabel , String ? text , ButtonSize size = ButtonSize.medium , bool quiet = false , bool selected = false , bool disabled = false , Color staticColor , Color selectedTextColor })
→ Widget
alert ({String text , IconData ? icon , String ? emphasizedText , List <Widget > ? button })
→ Widget
alertDialog ({String title , String description , bool isWarning = false , List <Widget > buttons })
→ Widget
button ({String ? text , String ? hideLabel , IconData ? icon , Color ? color , ButtonSize size = ButtonSize.medium , ButtonStyle style = ButtonStyle.outlined , bool isPending = false , bool isDisabled = false })
→ Widget
checkBox ({String ? label , bool selected = false , void onStateChange (bool ), bool isIndeterminate = false , ItemSize size = ItemSize.medium , bool emphasis = false , bool disabled = false , bool isReadOnly = false , bool isError = false })
→ Widget
checkBoxGroup ({String label , List <Widget > checkBoxes , Axis orientation = Axis.vertical , bool disabled , String helpText , bool isError })
→ Widget
comboBox ({String label , List <String > values , void onValueChanged (String ), String ? value , String ? helpText , double ? width , ItemSize size = ItemSize.medium , LabelPosition labelPosition = LabelPosition.top , bool hasAutocomplete = true , bool quiet = false , bool error = false , bool disabled = false , bool readOnly = false })
→ Widget
contextualHelp ({String title , String deskription })
→ Widget
divider ({DividerSize size = DividerSize.medium , Axis orientatioin = Axis.horizontal })
→ Widget
fieldLabel ({TextEditingController ? controller , String ? label , LabelPosition labelPosition = LabelPosition.top , ItemSize size = ItemSize.medium , bool isRequired = false , bool isDisabled = false })
→ Widget
inlineAlert ({String title , String body , IconData icon , ColorTones color , List <Widget > buttons })
→ Widget
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popover ({double ? width , double ? height , bool showTip = true })
→ Widget
radioGroup ({List <Widget > radioButtons , String ? label , String ? description , LabelPosition labelPosition = LabelPosition.top , Axis orientation = Axis.vertical , ItemSize size = ItemSize.medium , bool emphasized = false , bool isRequired = false , bool isError = false , bool isDisabled = false , bool isReadOnly = false , String ? erorrMessage })
→ Widget
slider ({String ? label , LabelPosition labelPosition = LabelPosition.top , double value = 50 , double minValue = 0 , double maxValue = 100 , double step = 1 , double ? width , bool hasFill = true , double fillStart = 0 , Gradient ? gradient , bool isEditable = true , bool isDisabled = false })
→ Widget
switch_ ({String ? label , bool value = false , void onValueChanged (bool ), bool isSelected = false , ItemSize size = ItemSize.medium , bool isDisabled = false , bool isReadOnly = false })
→ Widget
tabs ({List <TabItem > items , int value , void onValueChanged (int ), bool disabled = false , Axis orietation = Axis.horizontal , bool quiet = false , bool emphasis })
→ Widget
tag ({String label , bool removable = true , bool isError = false , bool disabled = false , bool readOnly = false })
→ Widget
textArea ({String ? label , LabelPosition labelPosition = LabelPosition.top , bool required = false , String ? value , double ? width , double ? height , ItemSize size = ItemSize.medium , bool quiet = false , bool disabled = false , bool readOnly = false , String ? helpText , bool error = false })
→ Widget
textField ({String ? label , LabelPosition labelPosition = LabelPosition.top , String ? value , double ? width , ItemSize size = ItemSize.medium , bool quiet = false , bool required = false , int ? characterCount , bool ? valid , String ? helpText , bool disabled = false , bool readOnly = false , InputType inputType = InputType.text })
→ Widget
toast ({IconData icon , String text , Widget button , ColorTones color , bool autoDismiss = true })
→ Widget
tooltip ({String text , IconData ? icon , ColorTones color })
→ Widget
toString ()
→ String
A string representation of this object.
inherited
tray ({List <Widget > items })
→ Widget
design_system_provider 1.0.0+4