imageAsset property

String? imageAsset
final

Flutter asset path to use as the button icon (e.g. 'assets/my_icon.png'). Takes priority over icon when provided. The asset is resolved via the native plugin registrar so no manual byte-loading is required. Use iconSize to control the rendered size in points.

Implementation

final String? imageAsset;