MistyView constructor
const
MistyView({
- Key? key,
- required MistyViewModel params,
Implementation
const MistyView({Key? key, required this.params}) : super(key: key);
const MistyView({Key? key, required this.params}) : super(key: key);