NativeToastIcon.warning constructor
const
NativeToastIcon.warning({
- Color color = const Color(0xffffffff),
Implementation
const NativeToastIcon.warning({Color color = const Color(0xffffffff)})
: this._('warning', color);