expand method

void expand({
  1. bool animated = true,
})

Implementation

void expand({bool animated = true}) {
  _setExpanded(true, true);
}