2/9/1
This commit is contained in:
@@ -23,6 +23,7 @@ class MyElevatedButton extends StatelessWidget {
|
||||
onPressed: onPressed,
|
||||
child: Text(
|
||||
title,
|
||||
textAlign: TextAlign.center,
|
||||
style: AppStyle.title.copyWith(color: AppColor.secondaryColor),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user