backgroundBuilder property
use for create background widget.
用于创建背景
Implementation
BackgroundBuilder backgroundBuilder = (context) => Container(
color: Colors.black54,
);
use for create background widget.
用于创建背景
BackgroundBuilder backgroundBuilder = (context) => Container(
color: Colors.black54,
);