setUp static method

Widget setUp(
  1. Color setColor
)

initial setting up of the widget

Implementation

static Widget setUp( Color setColor ) {
  return AsLoader( color: setColor );
}