ApolloNeutralColorSet constructor
ApolloNeutralColorSet({})
Implementation
ApolloNeutralColorSet({
required this.white,
required this.tableHeader,
required this.background,
required this.divider,
required this.disable,
required this.border,
required this.placeholder,
required this.secondaryText,
required this.primaryText,
required this.titleText,
});