build method

  1. @override
  2. @protected
Widget build()
override

Represents the part of the Widget that defines the UI. This is called by the Framework when the widget is created and whenever the widget needs updating.

Implementation

@override
@protected
Widget build() => this.widget.build(this);