webBuilder method

Widget? webBuilder(
  1. BuildContext context
)
inherited

Builder for web platform (both desktop and mobile web).

Use this builder to customize the widget appearance and behavior for web platform in general.

Implementation

Widget? webBuilder(BuildContext context) => null;