fix example MIH Package
This commit is contained in:
parent
b187065585
commit
914825ccde
3 changed files with 144 additions and 33 deletions
|
|
@ -192,7 +192,7 @@ class _MihPackageState extends State<MihPackage>
|
|||
child: Text(
|
||||
widget.packageToolTitles[_currentIndex],
|
||||
style: TextStyle(
|
||||
color: widget.titleColor,
|
||||
color: widget.titleColor ?? MihColors.secondary(),
|
||||
fontSize: 23,
|
||||
fontWeight: FontWeight.w600,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue