NativeStatefulWidget constructor

const NativeStatefulWidget({
  1. Key? key,
  2. required Type type,
})

constructor

Implementation

const NativeStatefulWidget({super.key, required this.type});