PlatformBody constructor
PlatformBody({
- Key? key,
- Color? color,
- BorderRadius? borderRadius,
- Widget? child,
- dynamic extraOptions,
Implementation
PlatformBody(
{Key? key, this.color, this.borderRadius, this.child, extraOptions})
: super(key: key, extraOptions: extraOptions);