ModernFormBottonSheetLabel constructor

const ModernFormBottonSheetLabel({
  1. Key? key,
  2. String? label,
  3. TextStyle? labelStyle,
})

Implementation

const ModernFormBottonSheetLabel({Key? key, this.label, this.labelStyle})
    : super(key: key);