EzStatefulWidgetBase constructor

EzStatefulWidgetBase({
  1. Key? key,
})

Implementation

EzStatefulWidgetBase({Key? key}) : super(key: key);