frame static method

Displays a frame as placeholer. From the framework Placeholder widget.

Implementation

static OctoPlaceholderBuilder frame() {
  return (context) => const SizedBox.expand(child: Placeholder());
}