image property

String image
final

Image asset path in pubspec.yaml file. For example: images/flutter_logo.png

! When creating a grid button, do NOT provide an animated image. If you do, the button uses the first image in the animation sequence.

Implementation

final String image;