m_checkbox 0.0.2 copy "m_checkbox: ^0.0.2" to clipboard
m_checkbox: ^0.0.2 copied to clipboard

A extended CheckBox based on the CheckBox.

m_checkbox #

A extended CheckBox based on the CheckBox.

Getting Started #

Add dependency #

dependencies:
	m_checkbox: ^lastest_version

Example #

Constructor #

MCheckbox

Parameter type Default Description
value [bool,null] Original attribute
tristate [bool,null] false Original attribute
onChanged void onChanged(bool change) Original attribute
mouseCursor MouseCursor Original attribute
materialTapTargetSize MaterialTapTargetSize Original attribute
visualDensity VisualDensity Original attribute
focusNode FocusNode Original attribute
autofocus bool Original attribute
style MCheckboxStyle

MCheckboxStyle

Parameter type Default Description
activeColor Color ThemeData.toggleableActiveColor
inactiveColor Color ThemeData.unselectedWidgetColor
checkColor Color ThemeData.toggleableActiveColor
focusColor Color ThemeData.focusColor
hoverColor Color ThemeData.hoverColor
hasBorder bool true
fill bool true
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A extended CheckBox based on the CheckBox.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on m_checkbox