FespFloatingActionButtonData class

Annotations
  • @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespFloatingActionButtonBuilderData', returnType: 'FloatingActionButton', classFields: [FespNodeBuilderClassField(type: 'Widget', name: 'child'), FespNodeBuilderClassField(type: 'void Function()', name: 'onPressed'), FespNodeBuilderClassField(type: 'bool', name: 'mini'), FespNodeBuilderClassField(type: 'ShapeBorder', name: 'shape')])], invalidTypes: ['EdgeInsetsGeometry'])

Constructors

FespFloatingActionButtonData({bool mini = false, required IconData icon, required void onPressed(), EdgeInsetsGeometry padding = const EdgeInsets.all(10.0), FloatingActionButton fespBuilder0(BuildContext p0, $FespFloatingActionButtonBuilderData p1)?})
const

Properties

fespBuilder0 FloatingActionButton Function(BuildContext p0, $FespFloatingActionButtonBuilderData p1)?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
mini bool
final
onPressed → void Function()
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited