createState method

  1. @override
State<Image> createState()
override

Creates the mutable State associated with this widget.

Implementation

@override
State<Image> createState() => _ImageState();