asList method

List<Widget> asList()

Implementation

List<Widget> asList() {
  return [this];
}