pKBattleViewTopPadding property
Implementation
@Deprecated('Use topPadding instead$deprecatedTipsV330')
double? get pKBattleViewTopPadding => topPadding;
Implementation
@Deprecated('Use topPadding instead$deprecatedTipsV330')
set pKBattleViewTopPadding(double? value) => topPadding = value;