invokeLayoutRemove method
Implementation
void invokeLayoutRemove(Object? slot) {
if (element == null) return;
renderer?.invokeLayoutCallback((constraints) {
removeSlotElement(slot);
});
}
void invokeLayoutRemove(Object? slot) {
if (element == null) return;
renderer?.invokeLayoutCallback((constraints) {
removeSlotElement(slot);
});
}