style property

  1. @protected
StylePlatformInterface? get style

Platform-interface handle bound via bind once the source is added to a style. Subclasses use it to read volatile properties back from the native runtime.

Implementation

@protected
StylePlatformInterface? get style => _style;