XStatefulWidgetBase constructor

XStatefulWidgetBase({
  1. Key? key,
})

Implementation

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