buildLabel method
Implementation
Widget buildLabel() {
return Text(label ?? "Múltiplas imagens",
style: ModernFormTextStyle.moderFormLabelStyle);
}
Widget buildLabel() {
return Text(label ?? "Múltiplas imagens",
style: ModernFormTextStyle.moderFormLabelStyle);
}