flutter_utility_belt library
Main place to utitlities.
Classes
- HorizontalLabeledIcon
- The HorizontalLabeledIcon class is responsible for displaying an icon and a label horizontally with a specified gap between them.
- LabeledIcon
- The LabeledIcon class is a base class that extends StatelessWidget. It defines properties for an icon, a gap, a label, and an axis. The constructor LabeledIcon initializes these properties and allows for the axis to default to Axis.horizontal if not specified.
- VerticalLabeledIcon
- It is responsible for displaying an icon and a label vertically with a specified gap between them.