DraftModeUIErrorText constructor

const DraftModeUIErrorText({
  1. Key? key,
  2. required String? text,
  3. required bool visible,
  4. required DraftModePlatformStyle platformStyle,
})

Implementation

const DraftModeUIErrorText({
  super.key,
  required this.text,
  required this.visible,
  required this.platformStyle,
});