asset property
override
Asset name of this ChatButton.
Implementation
@override
SvgData get asset =>
PlatformUtils.isAndroid ? SvgIcons.takePhoto : SvgIcons.takeVideo;
Asset name of this ChatButton.
@override
SvgData get asset =>
PlatformUtils.isAndroid ? SvgIcons.takePhoto : SvgIcons.takeVideo;