feat : map
This commit is contained in:
@@ -48,7 +48,7 @@ class _RElevatedState extends State<RElevated> {
|
||||
),
|
||||
fixedSize: Size(widget.width, widget.height),
|
||||
padding: EdgeInsets.zero,
|
||||
textStyle: widget.textStyle ?? AppFonts.yekan24Regular,
|
||||
textStyle: widget.textStyle ?? AppFonts.yekan24,
|
||||
),
|
||||
child: Text(widget.text),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user