-
Notifications
You must be signed in to change notification settings - Fork 38
MMultiSelectDropDownStyle
-
MNonSpecifiedString
-
item : string
-
item : string
-
MMaxHeight
-
height : double
-
height : double
-
MWidth
-
width : double
-
width : double
-
MCustomLineHeight
MNoFocus();-
height : double
-
height : double
-
MCustomTextStyle
Custom size and color, use MCustomFont for custom fontfamilies and opacities.-
style : [ MTextStyle ]
-
style : [ MTextStyle ]
-
MSelectedItemStyle
-
textColor : MThemeColor
-
bgColor : MThemeColor
-
textColor : MThemeColor
-
MOnItemClick
"Pick" by default-
fn : (index : int, selected : bool) -> void
-
fn : (index : int, selected : bool) -> void
-
MAddDoneButton
-
MEnabled
Disables inner clickable materials in most of the components-
enabled : Transform<bool>
-
enabled : Transform<bool>
-
MAddClearButton
Adds an icon button, which sets current selection to non-specified (-1 for MDropDownMenu or [] for MMultiSelectDropDown). -
MShowTooltip
-
show : Transform<bool>
-
show : Transform<bool>
-
MDropDownIconNearTitle
Intended for MDropDownMenu. Get rid of filler between title and icon. -
MCroppedButton
-
MCustomButton
-
button : Material
-
button : Material
-
MLeftDecorations
Place next to item corresponding Material, length of extraItems should be equal length of items.-
extraItems : [ Material ]
-
extraItems : [ Material ]
-
MRightDecorations
-
extraItems : [ Material ]
-
extraItems : [ Material ]
-
MDropDownMenuDisabledOpacity
-
opacity : Transform<double>
-
opacity : Transform<double>
-
MMenuLineBorders
Left/right borders-
borders : double
-
borders : double
-
MOutlined