around method

List<Widget> around(
  1. Widget t
)

Implementation

List<Widget> around(Widget t) => addToStart(t).addToEnd(t);