NomoLinkButtonThemeData constructor

const NomoLinkButtonThemeData({
  1. Color foregroundColor = const Color(0xFF1677ff),
  2. Color tapDownColor = const Color(0xFF0958d9),
  3. EdgeInsetsGeometry padding = const EdgeInsets.all(16),
  4. 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),
});