- Flutter Widget Livebook

Opacity

A material design floating action button.

Example

Opacity(
  opacity: _visible ? 1.0 : 0.0,
  child: const Text('Now you see me, now you don\'t!'),
)

Related Links

  1. Example
  2. Related Links