NomoLinkButtonThemeData constructor
const
NomoLinkButtonThemeData({
- Color foregroundColor = const Color(0xFF1677ff),
- Color tapDownColor = const Color(0xFF0958d9),
- EdgeInsetsGeometry padding = const EdgeInsets.all(16),
- Color selectionColor = const Color(0xFF4096ff),
Implementation
const NomoLinkButtonThemeData({
this.foregroundColor = const Color(0xFF1677ff),
this.tapDownColor = const Color(0xFF0958d9),
this.padding = const EdgeInsets.all(16),
this.selectionColor = const Color(0xFF4096ff),
});