getBtnStyle method
Implementation
ElementStyle? getBtnStyle(Btn btn) {
if (_stylesData == null) {
return null;
}
return _stylesData?.cssStyles![btn.btnClass!]?.value;
}
ElementStyle? getBtnStyle(Btn btn) {
if (_stylesData == null) {
return null;
}
return _stylesData?.cssStyles![btn.btnClass!]?.value;
}