FespMaterialData class

Annotations
  • @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespMaterialBuilderData', argsList: ['BuildContext', '\$FespMaterialBuilderData'], returnType: 'Material', classFields: [FespNodeBuilderClassField(type: 'Widget', name: 'child'), FespNodeBuilderClassField(type: 'BorderRadius', name: 'borderRadius'), FespNodeBuilderClassField(type: 'double', name: 'elevation'), FespNodeBuilderClassField(type: 'Color', name: 'shadowColor')])], invalidTypes: ['\$FespMaterialBuilderData'])

Constructors

FespMaterialData({required Widget child, Material fespBuilder0(BuildContext p0, $FespMaterialBuilderData p1)?})
const

Properties

child Widget
final
fespBuilder0 Material Function(BuildContext p0, $FespMaterialBuilderData p1)?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
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