ExpandAll constructor

ExpandAll({
  1. Key? key,
  2. List<Widget> children = const <Widget>[],
})

Implementation

ExpandAll({
  Key? key,
  List<Widget> children = const <Widget>[],
}) : super(key: key, children: children);