unimoniupi 0.0.1
unimoniupi: ^0.0.1 copied to clipboard
test project upium.
unimoniupi #
this is test package\
Padding(
padding: const EdgeInsets.all(5.0),
child: Text(
widget.title,
style: widget.titleStyle ??
TextStyle(
color: widget.textColor,
fontSize: 20.0,
fontWeight: FontWeight.bold,
),
),
),