BadNamedStack constructor
const
BadNamedStack({})
Implementation
const BadNamedStack({
super.key,
this.controller,
required this.active,
required this.layers,
}) : assert(layers.length > 0, 'Think twice!');
const BadNamedStack({
super.key,
this.controller,
required this.active,
required this.layers,
}) : assert(layers.length > 0, 'Think twice!');