NyList extension
Extensions for List
- on
-
- List?
Methods
-
dd(
{String? tag}) → dynamic -
dump the value to the console and exit the app.
tag
is optional. -
dump(
{String? tag}) → dynamic -
dump the value to the console.
tag
is optional. -
randomItem(
) → dynamic - Find a random item in a list.
-
row(
{Key? key, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, MainAxisSize mainAxisSize = MainAxisSize.max, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center, TextDirection? textDirection, VerticalDirection verticalDirection = VerticalDirection.down, TextBaseline? textBaseline}) → Row - Convert a list to Row