buildLabel method

Widget buildLabel()

Implementation

Widget buildLabel() {
  return Text(label ?? "Imagem",
      style: ModernFormTextStyle.moderFormLabelStyle);
}