onPrimaryFor static method
- BuildContext context
Implementation
static CustomColorSelectionHandle onPrimaryFor(BuildContext context) {
return CustomColorSelectionHandle(
context.colorScheme.onPrimary.withOpacity(0.64),
);
}
static CustomColorSelectionHandle onPrimaryFor(BuildContext context) {
return CustomColorSelectionHandle(
context.colorScheme.onPrimary.withOpacity(0.64),
);
}