updateSpacing static method
Update spacing token
Implementation
static void updateSpacing(
BuildContext context,
FlySpacingToken Function(FlySpacingToken current) updater,
) {
_getNotifier(context)?.updateSpacing(updater);
}
Update spacing token
static void updateSpacing(
BuildContext context,
FlySpacingToken Function(FlySpacingToken current) updater,
) {
_getNotifier(context)?.updateSpacing(updater);
}