Widget constructor

Widget(
  1. String name, {
  2. bool isExpanded = false,
})

Implementation

Widget(
  this.name, {
  this.isExpanded = false,
});