TextFields constructor
const
TextFields({
- Key? key,
- List<
TextFieldItem> ? items, - OnTextFieldListener? fieldListener,
- double? maxWidth,
- double? maxHeight,
- OnFieldsControllerCall? controllerCall,
- EdgeInsetsGeometry? itemMargin,
- double textMenuItemHeight = 36,
- Color? backgroundColor,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Implementation
const TextFields({
Key? key,
this.items,
this.fieldListener,
this.maxWidth,
this.maxHeight,
this.controllerCall,
this.itemMargin,
this.textMenuItemHeight = 36,
this.menuItemClick,
this.menuIconColor = const Color(0xff262626),
this.backgroundColor,
this.borderRadius,
this.padding,
this.margin,
}) : super(key: key);