style property

FToastStyleDelta style
final

The toast's style.

To modify the current style:

style: .delta(...)

To replace the style:

style: FToastStyle(...)

Implementation

final FToastStyleDelta style;