- Flutter Widget Livebook

Placeholder

A widget that draws a box that represents where other widgets will one day be added.

Example

Container(
  width: 200,
  height: 200,
  color: Colors.white,
  child: Placeholder(
    color: Colors.blue[50],
  ),
)

Related Links

  1. Example
  2. Related Links