DraftModeUIErrorText constructor
const
DraftModeUIErrorText({
- Key? key,
- required String? text,
- required bool visible,
- required DraftModePlatformStyle platformStyle,
Implementation
const DraftModeUIErrorText({
super.key,
required this.text,
required this.visible,
required this.platformStyle,
});