menu
coderjava_image_editor_pro package
documentation
modules/text_add_edit.dart
TextAddEdit
TextAddEdit const constructor
TextAddEdit const constructor
dark_mode
light_mode
TextAddEdit
constructor
const
TextAddEdit
(
{
Key
?
key
,
Map
?
mapValue
,
int
?
index
,
bool
?
isEdit
,
})
Implementation
const TextAddEdit({ Key? key, this.mapValue, this.index, this.isEdit, }) : super(key: key);
coderjava_image_editor_pro package
documentation
modules/text_add_edit
TextAddEdit
TextAddEdit const constructor
TextAddEdit class