assetMini property
override
Asset name of this ChatButton in mini mode.
Implementation
@override
SvgData get assetMini =>
PlatformUtils.isAndroid
? SvgIcons.takePhotoSmall
: SvgIcons.takeVideoSmall;
Asset name of this ChatButton in mini mode.
@override
SvgData get assetMini =>
PlatformUtils.isAndroid
? SvgIcons.takePhotoSmall
: SvgIcons.takeVideoSmall;