ListTextX extension

Extensions on List

Usage:

List<String> fruits = ['apple', 'orange', 'grapes'];

Container(
  child: fruits.texts()
)
on

Methods

texts({required TextStyle style}) List<Widget>