focusedPinTheme static method
Implementation
static PinTheme focusedPinTheme(BuildContext context) {
return FluoTheme.defaultPinTheme(context).copyDecorationWith(
border: Border.all(
color: Theme.of(context).colorScheme.primary,
width: 1.5,
),
);
}