NesTooltipTheme constructor

const NesTooltipTheme({
  1. required Color background,
  2. required Color textColor,
})

Class with information regarding tooltips inside NesUI.

Implementation

const NesTooltipTheme({
  required this.background,
  required this.textColor,
});