StringPower 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

isEmptyStrict() bool

Available on String, provided by the StringPower extension

更加严格的模式
isNotEmptyStrict() bool

Available on String, provided by the StringPower extension

更加严格的模式
timeAgo() String

Available on String, provided by the StringPower extension

toAge({bool isVirtualAge = true}) int

Available on String, provided by the StringPower extension

add another neighbor widget to this list for example: list .addNeighbor(widget) .addNeighbor(widget) .intoColumn();