content method
Implementation
Widget content() {
return Row(
children: [
leftIcon(),
HorizontalSpacer.semi(),
text(),
],
);
}
Widget content() {
return Row(
children: [
leftIcon(),
HorizontalSpacer.semi(),
text(),
],
);
}