ColorPower extension
extension for List<T extends Widget> To make it is possible to use function calling instead of Widget Constructor for example: list.intoRow(); list.intoColumn(); list.intoCustomScrollView(); list.intoListView(); list.intoGridView();
- on
Methods
-
withDisabled(
{double? opacity}) → Color -
Available on Color, provided by the ColorPower extension
add another neighbor widget to this list for example: list .addNeighbor(widget) .addNeighbor(widget) .intoColumn();